home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 020a / tgview.zip / TGVIEW.TXT < prev   
Text File  |  1991-08-26  |  2KB  |  44 lines

  1. TGVIEW       version 0.85 BETA
  2. (c) Copyright 1991 John Swenson
  3.  
  4. TGVIEW is a dithering viewer for TARGA 16,24,32 files. It only works on
  5. ET4000 boards with the Sierra DAC, don't even think about using it with
  6. an XGA or HGS.
  7.  
  8. New to version 0.85
  9. The dithering is better (fewer artifacts) and it is much faster.
  10. Display modes can be selected from the command line as well as
  11.     autodetected.
  12. If the image is larger than the display mode, it is displayed with the
  13. upper left in the upper left of the screen, the image is correctly
  14. clipped. (future versions will support panning)
  15. The display can be aborted by typing any key.
  16.  
  17.  
  18.  
  19. Usage:
  20.  
  21. TGVIEW <TARGA file> [-N] [-G[<num>]] [-D<disp_mode>] [-T <TARGA 16 file>]
  22. -N is no dither and -T outputs to a TARGA 16 file rather than the screen.
  23. -G specifies gamma correction. <num> is an optional floating point number
  24.     the specifies the value of the gamma correction. The numbers used are
  25.     the same as the GAMMA number used in PICLAB. -G is the same as -G0.5
  26. -D<disp_mode>    may be one of [3 | 6 | 8] for 320x200, 640x480 or 800x600
  27.  
  28. The results of this dithering are almost as good as a real live 24 bit
  29. display, but you only need 15 bit hardware. At 640 x 480 the dither is
  30. almost invisible, at 800 x 600 it essentially is invisible.
  31.  
  32. This version uses Frankie Sierra's "Sierra Lite" filter, it actually works
  33. better in this case than its big brother used in previous versions, and
  34. it is a lot faster.
  35.  
  36. The gamma correction is very useful for looking at raw color scans.
  37.  
  38. Future versions will hopefully be faster, include full panning, and include
  39. an on the fly resize from 640 x 480 to 800 x 600.
  40.  
  41. (I suppose I will get some requests to do this for an XGA as well as the
  42. Sierra, it shouldn't be TOO hard, but since I don't have an XGA, it might
  43. be a little tough)
  44.